SiteLogin

Print
Visualforce Component Details
Name SiteLogin
Label SiteLogin
Description Default Salesforce Sites Login component
Api Version 54
Visualforce Markup <apex:component controller="SiteLoginController" id="loginComponent"> <apex:form id="loginForm" forceSSL="true"> <apex:outputPanel layout="block"> <apex:pageMessages id="error"/> <apex:panelGrid columns="2" style="margin-top:1em;"> <apex:outputLabel value="{!$Label.site.username}" for="username"/> <apex:inputText id="username" value="{!username}"/> <apex:outputLabel value="{!$Label.site.password}" for="password"/> <apex:inputSecret id="password"